home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Show examples < prev    next >
Text File  |  1992-11-25  |  164b  |  9 lines

  1. tell application "FileMaker Pro"
  2.     Show window "Test1"
  3.     Show Database 2
  4.     Show document "Test1"
  5.     Show Layout 2
  6.     Show Layout 2 of window 2
  7.     Show every Record
  8. end tell
  9.